@charset "utf-8";
/* CSS Document */
#mobile{ display:none;}
/*电脑端*/
.pc_bg{
	background-image:url(../ly_images/yindaoyebg_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0 auto;
	font-family: "微软雅黑";
}
.index_yindao{
	margin: 50px auto 0 auto;
	width: 1000px;
	height: 538px;
	_height: 538px;
	position:relative;
}
.index_yindao_foot {
	margin: 0 auto;
	width: 1000px;
	height: 40px;
	_height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
.en{ position:absolute; right:170px; top:20px; z-index:2; color:#019d3c;}
.en:hover{ text-decoration:underline; font-weight:bold;}

